Online IVR Tutorial
Comments


All lines that begin with a ' ; ', ' ' ', ' / ' or ' * ' are treated as comments. This allows the user to denote a comment using the standard conventions followed by his programming language of choice. Adding a comment after a statement is not supported.

Example

; This line is a comment.
* This line is also a comment.
'  So is this one.
/ This line is another comment.